SetShowLayoutShiftRegionsRequest

data class SetShowLayoutShiftRegionsRequest(result: Boolean)

Represents request frame that can be used with Overlay#setShowLayoutShiftRegions operation call.

Requests that backend shows layout shift regions

See also

Constructors

SetShowLayoutShiftRegionsRequest
Link copied to clipboard
fun SetShowLayoutShiftRegionsRequest(result: Boolean)

Properties

result
Link copied to clipboard
val result: Boolean
True for showing layout shift regions

Sources

jvm source
Link copied to clipboard